[30/12/2012 1:25:08] AutoGK 2.55 [30/12/2012 1:25:08] OS: WinXP (5.1.2600).2 [30/12/2012 1:25:08] Job started. [30/12/2012 1:25:08] Input file: G:\Audio-video\Video-editado\Temp-para H264\Proc_A\Wild China_2_Shangri-La_EN-EN_16'9_.mpg [30/12/2012 1:25:08] Output file: G:\Audio-video\Video-editado\Temp-para H264\Proc_A\Wild China_2_Shangri-La_EN-EN_16'9_.avi [30/12/2012 1:25:08] Output codec: XviD [30/12/2012 1:25:08] Audio 1: Audio Stream 0 MPEG [30/12/2012 1:25:08] Subtitles: none [30/12/2012 1:25:08] Format: AVI [30/12/2012 1:25:08] Target size: 600Mb [30/12/2012 1:25:08] Custom resolution settings: fixed width of 720 pixels [30/12/2012 1:25:08] Audio 1 settings: Original [30/12/2012 1:25:08] Standalone support enabled: ESS [30/12/2012 1:25:08] Started encoding. [30/12/2012 1:25:08] Demuxing and indexing. [30/12/2012 1:26:36] Processing file: G:\Audio-video\Video-editado\Temp-para H264\Proc_A\Wild China_2_Shangri-La_EN-EN_16'9_.mpg [30/12/2012 1:26:36] Source resolution: 720x576 [30/12/2012 1:26:36] Found PAL source. [30/12/2012 1:26:36] Source aspect ratio: 4:3 [30/12/2012 1:26:36] Manual aspect ratio: 16:9 [30/12/2012 1:26:36] Analyzing source. [30/12/2012 1:28:36] Source has percentage of interlacing in motion areas: 0,00 [30/12/2012 1:28:36] Source is considered to be progressive. [30/12/2012 1:28:36] Output will contain 69226 frames [30/12/2012 1:28:36] Forcing encoding with sharp matrix. [30/12/2012 1:28:36] Using VAQ in XviD [30/12/2012 1:28:36] Audio1 size: 88,609,536 bytes (84.50 Mb) [30/12/2012 1:28:36] Overhead: 822,016 bytes (0.78 Mb) [30/12/2012 1:28:36] Video size: 539,714,048 bytes (514.71 Mb) [30/12/2012 1:28:36] Running compressibility test. [30/12/2012 1:28:36] Writing the following script to G:\Audio-video\Video-editado\Temp-para H264\Proc_A\agk_tmp\Wild China_2_Shangri-La_EN-EN_16'9__comptest.avs =========================================================== LoadPlugin("C:\ARCHIV~1\AutoGK\DGMPGDec\DGDecode.dll") LoadPlugin("C:\ARCHIV~1\AutoGK\filters\autocrop.dll") LoadPlugin("C:\ARCHIV~1\AutoGK\filters\RemoveGrainSSE3.dll") movie = mpeg2source("G:\Audio-video\Video-editado\Temp-para H264\Proc_A\agk_tmp\Wild China_2_Shangri-La_EN-EN_16'9_.d2v") cropclip = autocrop(movie,mode=0,wmultof=4,hmultof=4,samples=10,aspect=0,threshold=34,samplestartframe=0,leftadd=0,rightadd=0,topadd=0,bottomadd=0) fixed_aspect = 1.42222222222222 c_width = width(cropclip) c_height = round(height(cropclip) / fixed_aspect) input_par = float(c_width)/float(c_height) out_width = 720 out_height = round(float(out_width) / input_par) hmod = out_height - (floor(out_height / 16 ) * 16) out_height = (hmod > 4) ? (out_height + (16 - hmod)) : (out_height - hmod) new_aspect = (float(out_width) / float(out_height)) / fixed_aspect autocrop(movie,mode=0,wmultof=4,hmultof=4,samples=10,aspect=new_aspect,threshold=34,samplestartframe=0,leftadd=0,rightadd=0,topadd=0,bottomadd=0) LanczosResize(out_width,out_height) RemoveGrain(mode=2) SelectRangeEvery(300,15) =========================================================== [30/12/2012 1:29:56] Duration was: 1 minute, 20 seconds [30/12/2012 1:29:56] Speed was: 43,12 fps. [30/12/2012 1:29:56] Compressibility percentage is: 57,07 [30/12/2012 1:29:56] Chosen resolution is: 720x416 ( AR: 1,73 ) [30/12/2012 1:29:56] Predicted comptest value is: 57,07% [30/12/2012 1:29:56] Running first pass. [30/12/2012 1:29:56] Writing the following script to G:\Audio-video\Video-editado\Temp-para H264\Proc_A\agk_tmp\Wild China_2_Shangri-La_EN-EN_16'9__movie.avs =========================================================== LoadPlugin("C:\ARCHIV~1\AutoGK\DGMPGDec\DGDecode.dll") LoadPlugin("C:\ARCHIV~1\AutoGK\filters\autocrop.dll") LoadPlugin("C:\ARCHIV~1\AutoGK\filters\RemoveGrainSSE3.dll") movie = mpeg2source("G:\Audio-video\Video-editado\Temp-para H264\Proc_A\agk_tmp\Wild China_2_Shangri-La_EN-EN_16'9_.d2v") cropclip = autocrop(movie,mode=0,wmultof=4,hmultof=4,samples=10,aspect=0,threshold=34,samplestartframe=0,leftadd=0,rightadd=0,topadd=0,bottomadd=0) fixed_aspect = 1.42222222222222 c_width = width(cropclip) c_height = round(height(cropclip) / fixed_aspect) input_par = float(c_width)/float(c_height) out_width = 720 out_height = round(float(out_width) / input_par) hmod = out_height - (floor(out_height / 16 ) * 16) out_height = (hmod > 4) ? (out_height + (16 - hmod)) : (out_height - hmod) new_aspect = (float(out_width) / float(out_height)) / fixed_aspect autocrop(movie,mode=0,wmultof=4,hmultof=4,samples=10,aspect=new_aspect,threshold=34,samplestartframe=0,leftadd=0,rightadd=0,topadd=0,bottomadd=0) LanczosResize(out_width,out_height) RemoveGrain(mode=2) =========================================================== [30/12/2012 1:50:13] Duration was: 20 minutes 16 seconds [30/12/2012 1:50:13] Speed was: 56,91 fps. [30/12/2012 1:50:13] Expected quality of first pass size: 61,24% [30/12/2012 1:50:13] Running second pass. [30/12/2012 2:13:01] Duration was: 22 minutes 48 seconds [30/12/2012 2:13:01] Speed was: 50,58 fps. [30/12/2012 2:13:01] Job finished. Total time: 47 minutes 52 seconds